home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000243_news@columbia.edu_Wed Nov 23 03:37:06 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29412
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 23 Nov 1994 06:43:22 -0500
  3. Received: by apakabar.cc.columbia.edu id AA26822
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 23 Nov 1994 06:43:20 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!bloom-beacon.mit.edu!gatech!swrinde!pipex!uunet!news.nevada.edu!homesick.cs.unlv.edu!ftlofaro
  6. From: ftlofaro@unlv.edu (Frank Lofaro)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Where is actual user input and tty ioctl's handled?
  9. Date: 23 Nov 1994 03:37:06 GMT
  10. Organization: University of Nevada, Las Vegas
  11. Lines: 11
  12. Distribution: world
  13. Message-Id: <3audd2$dk0@homesick.cs.unlv.edu>
  14. Nntp-Posting-Host: big-twist.cs.unlv.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. Where is actual user input and tty ioctl's handled?
  18.  
  19. I want to add some modifications to kermit so when it sets up the tty 
  20. it does the equivalent of stty -ignbrk -brkint parmrk, have kermit 
  21. detect an incoming break (255 0 0) and send a break out the 
  22. communications port then.
  23.  
  24. I know how to do the ioctl's and the break checking, but it is hard to 
  25. find exactly what file and function I need to add my code to.
  26. Just going by the file names and grepping for ioctl isn't as useful as I 
  27. had hoped.